home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.33 (October)
/
PC Gamer Disc 7.33 (October 2003).ISO
/
Data
/
items.pcg
/
scripts
/
DefineButton2_293
/
BUTTONCONDACTION on(press).as
< prev
next >
Wrap
Text File
|
2003-07-17
|
99b
|
8 lines
on(press){
tellTarget("upControl")
{
gotoAndStop("start");
play();
}
}